home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / netmail / terpgp40.zip / TERPGP.CFG < prev    next >
Text File  |  1996-04-07  |  2KB  |  87 lines

  1. ;
  2. ;                                           TerPGP 4.0 Configuration file
  3. ;                                Copyright (C) 1994,95,96 by Dave Wapstra
  4. ;
  5. ; What version of PGP are you using?
  6. ; This will be used for 2.6.3 support and to insert Version info in
  7. ; Public key blocks. If not defined 2.6.2 will be used for Version info.
  8. ;
  9. ; PGPVersion = 2.6.3i
  10.  
  11. ;
  12. ; Delay time in seconds to wait for Shift/Ctrl/Alt
  13. ;
  14. ; If no Shift or Alt or Ctrl is detected within the delay time the
  15. ; program exits.  Also, pressing any other key will cause the program to
  16. ; exit immediately.
  17. ;
  18. Delay = 5
  19.  
  20. ;
  21. ;
  22. ; Enable this with ENCKludge = ON if you want to have an ENC kludge in
  23. ; your message when encrypting.
  24. ;
  25. ENCKludge = Off
  26.  
  27. ; Editor to use for Edit message
  28. ;
  29. ; !F = Filename
  30. ; !W = Wait after execute
  31. ;
  32. ;Editor = C:\AURORA\A.EXE !F
  33. Editor = C:\QEDIT\Q.EXE !F
  34.  
  35. ;
  36. ; If enabled, ViewCommand will override the internal viewer
  37. ;
  38. ; ViewCommand = list !f
  39.  
  40. ;
  41. ; If you want a comment line with the public keys you put in a message
  42. ; using Alt-A in Insert key/View message or auto add with "[PGPKEY]"
  43. ; then set this to either 1 or 2.
  44. ;
  45. ; 1 = One comment line: "Comment: Key for user ID: Dave Wapstra <2:280/811.17>"
  46. ; 2 = Line one and:     "Comment: 1024-bit key, Key ID C0997339, created 1994/05/18"
  47. ;
  48. ; Comment out or set to 0 to disable this feature.
  49. ;
  50. KeyComment = 1
  51.  
  52. ;
  53. ; Colors
  54. ;
  55. ; 1- NormalColor = 19
  56. ; 2- BarColor = 112
  57. ; 3- Bordercolor = 23
  58. ; 4- TitleColor = 30
  59. ; 5- HighLightColor = 27
  60. ; 6- TmNiceColor = 26
  61. ;
  62. ;         -1- -2- -3- -4- -5- -6-
  63. ;Colors =  19 112  23  30  27  26
  64. Colors =  19 111  25  31  30  29
  65. ;Colors =  19 127  25  31  29  27
  66. ;Colors =   3 127  11  15   7  13
  67.  
  68. ;
  69. ; Do you want exploding windows? Yes/No
  70. ;
  71. ExplodeWindows = No
  72.  
  73. ;
  74. ; If there is a tagline in the message, should it be within the
  75. ; PGP signature?
  76. ;
  77. TaglineInSignature = No
  78. ;
  79. ; If you want to pass extra options to PGP, enter them here
  80. ;
  81. PGPOptions =
  82.  
  83. ;
  84. ; Encrypt the message to yourself too Yes/No
  85. ;
  86. EncryptToSelf = Yes
  87.